Python Decorator
PythonDecoratorLibrary - Python Wiki
用途は、主に2つ?
callbackの登録
Curiosity heals the cat: Using Python decorators for registering callbacks
メソッドのラッピング
Python デコレータ再入門 ~デコレータは種類別に覚えよう~ - Qiita
callbackの登録も含めて解説されてる
参考になりそうな、読んでない..
Observer — Python 3 Patterns, Recipes and Idioms